/* 公共样式 */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 分页样式 */

.pagination {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: #d2ac6b;
    color: #fff;
}

.clear {
    clear: both;
}


/* 面包屑 */

.crumb {
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}

.crumb .container span {
    font-size: 16px;
    color: #222;
    display: inline-block;
}

.crumb .container span:first-child {
    position: relative;
    font-weight: bold;
    padding: 0 0 0 30px;
}

.crumb .container .catelist {
    float: right;
}

.crumb .container .catelist .cate {
    font-size: 16px;
    color: #000;
    padding: 0 30px;
    display: inline-block;
}

.crumb .container .catelist .active {
    background: #d2ac6b;
    color: #fff;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #d2ac6b;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ccc;
}

.empty {
    height: 130px;
    background: #fff;
}

.container {
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}


/* 头部样式 */

header {
    height: 130px;
    z-index: 99;
    position: absolute;
    width: 100%;
    background: #121212;
}

header .container {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .container .phonewrap {
    display: flex;
}

header .logobox {
    /* max-width: 410px; */
    overflow: hidden;
}

header .logobox img {
    padding: 14px 0;
    max-width: 41.3vw;
    transition: all 0.4s;
}

nav {
    height: 60px;
    line-height: 60px;
    background: #181a1b;
}

nav .container {
    display: flex;
    justify-content: space-between;
}

nav .container .searchbox {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

nav .container .searchbox input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
    height: 38px;
    background: none;
    color: #fff;
    width: 0;
    transition: all 0.4s;
}

nav .container .searchbox .search-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

nav .container .searchbox-active .search-close {
    display: block;
    z-index: 9;
}

nav .container .searchbox-active input {
    width: 150px;
    transition: all 0.4s;
    margin: 0 10px 0 0;
}

nav .container .searchbox input::placeholder {
    color: #fff;
}

nav .mainnav {
    display: flex;
    justify-content: flex-start;
    min-width: 1140px;
}

nav .mainnav .subnav {
    background: #333;
    line-height: 1;
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 60px;
}

nav .mainnav .subnav a {
    padding: 20px 0;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    margin: 0;
    text-align: center;
}

nav .mainnav .subnav a:hover {
    color: #000;
    background: url(../images/nav-bg.jpg) no-repeat center;
}

nav .mainnav li {
    height: 60px;
    position: relative;
    width: 12vw;
    flex-grow: 1;
    text-align: center;
}

nav .mainnav li:hover {
    background: url(../images/nav-bg.jpg)no-repeat center;
}

nav .mainnav li:hover .subnav {
    display: block;
    animation: fadeInDown 1s;
}

nav .mainnav li:hover>a {
    color: #000;
}

nav .mainnav li a {
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
    width: fit-content;
    padding: 0 0 10px 0;
    position: relative;
}

nav .mainnav li .current::after {
    content: '';
    width: 38px;
    height: 23px;
    background: url(../images/nav-icon.png) no-repeat center;
    position: absolute;
    right: -32px;
    top: -22px;
}

nav .mainnav li a:hover {
    text-decoration: none;
}

header .container .phonebox {
    position: relative;
    padding: 32px 0 0 50px;
}

header .container .phonebox p {
    text-align: center;
}

header .container .phonebox p i {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    color: linear-gradient(#eed170, #ffffff);
    background-image: -webkit-linear-gradient(#eed170, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .container .phonebox p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.banner {
    min-width: 1200px;
    position: relative;
    animation-name: zoomIn;
    visibility: visible;
}

.banner .swiper .swiper-slide img {
    max-width: 100%;
}

.banner .swiper .swiper-slide .for-price {
    display: block;
    width: 360px;
    height: 40px;
    position: absolute;
    bottom: 31%;
    left: 15%;
}

.banner .swiper .swiper-slide .for-price1 {
    display: block;
    width: 490px;
    height: 60px;
    position: absolute;
    bottom: 20%;
    left: 15%;
}

.banner .swiper-pagination-bullet {
    background: #fff;
}


/* 首页产品 */

.container .titledemo {
    padding: 50px 0;
    animation-name: fadeInUp;
    visibility: visible;
}

.container .titledemo .title {
    font-size: 46px;
    color: #222;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.container .titledemo .desc {
    font-size: 20px;
    color: #222;
    text-align: center;
}

.index-product .container .pro-cate {
    display: flex;
    background: #848484;
    margin: 30px 0;
}

.index-product .container .pro-cate .item {
    background: #848484;
    color: #fff;
    text-align: center;
    line-height: 51px;
    height: 51px;
    flex-grow: 1;
    font-size: 20px;
}

.index-product .container .pro-cate .active {
    background: #d2ac6b;
    color: #fff;
}

.index-product .container .prolist {
    display: flex;
    flex-wrap: wrap;
}

.index-product .container .prolist .pro {
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
}

.index-product .container .prolist .pro .picbox {
    width: 100%;
    height: 19.6vw;
    overflow: hidden;
}

.index-product .container .prolist .pro .picbox:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.index-product .container .prolist .pro .picbox:nth-child(4n) {
    margin: 0 0 10px 0;
}

.index-product .container .prolist .pro .picbox img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-product .container .prolist .pro .txtbox {
    text-align: center;
    padding: 10px 0;
}

.index-product .container .prolist .pro .txtbox .name {
    text-align: center;
    font-size: 20px;
    color: #222;
}


/* 首页四大优势 */

.index-adv {
    min-height: 1087px;
    background: url(../images/picture/adv/advbg.jpg)no-repeat center;
    background-size: cover;
    background-position-y: top;
    overflow: hidden;
}

.index-adv .container .titledemo {
    margin: 0;
    padding: 40px 0;
}

.index-adv .container .titledemo .title {
    color: #fff;
}

.index-adv .container .titledemo .desc {
    color: #fff;
}

.index-adv .container .advlist {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    animation-name: fadeInUpBig;
    visibility: visible;
}

.index-adv .container .advlist .adv {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    user-select: none;
}

.index-adv .container .advlist .adv .advicon {
    width: 152px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.index-adv .container .advlist .active .advicon {
    background: url(../images/picture/adv/adv-icon-bg.png)no-repeat center;
    transition: all 0.4s;
}

.index-adv .container .advlist .adv .name {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}

.index-adv .container .advlist .adv .desc {
    font-size: 16px;
    color: #fff;
}

.index-adv .container .advlist .adv .icon-arrow {
    margin: 20px 0 0 0;
    opacity: 0;
    transition: all 0.4s;
}

.index-adv .container .advlist .active .icon-arrow {
    opacity: 1;
    transition: all 0.4s;
}

.index-adv .container .advcont {
    height: 585px;
    background: #fff;
    margin: 19px 0 0 0;
    position: relative;
}

.index-adv .container .advcont .rightwhite {
    width: 161px;
    height: 585px;
    position: absolute;
    bottom: 0;
    right: -161px;
    z-index: 9;
    background: #fff;
}

.index-adv .container .advcont .swiper-slide {
    display: flex;
    justify-content: space-between;
    height: 585px;
    align-items: center;
}

.index-adv .container .advcont .swiper-slide .txt {
    padding: 0 0 0 80px;
    margin: 0 20px 0 0;
}

.index-adv .container .advcont .swiper-slide .txt .name {
    font-size: 40px;
    color: #222;
    font-weight: bold;
}

.index-adv .container .advcont .swiper-slide .txt .desc {
    font-size: 30px;
    color: #fff;
    line-height: 62px;
    background: #d2ac6b;
    height: 62px;
    padding: 0 0 0 20px;
    width: 470px;
    margin: 30px 0 50px 0;
}

.index-adv .container .advcont .swiper-slide .txt .cont {
    font-size: 16px;
    color: #222;
    line-height: 34px;
}

.index-adv .container .advcont .swiper-slide .picbox {
    width: 820px;
    height: 460px;
    overflow: hidden;
}

.index-adv .container .advcont .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 看得见的品质，值得信赖 */

.quality {
    background: #f5f5f5;
    /* padding: 0 0 80px 0; */
}

.quality .container .picbox {
    position: relative;
    width: 100%;
    height: 850px;
}

.quality .container .picbox a {
    position: absolute;
    transition: all 0.4s;
    overflow: hidden;
}

.quality .container .picbox img {
    transition: all 0.4s;
}

.quality .container .picbox a p {
    position: absolute;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    font-weight: 200;
    bottom: -60px;
    transition: all 0.4s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.quality .container .picbox img:hover {
    transform: scale(1.01);
    z-index: 9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.quality .container .picbox a:hover p {
    bottom: 0;
    transition: all 0.4s;
}

.quality .container .picbox .pic1 {
    width: 45.3215%;
    left: 0;
    top: 0;
    height: 19.8vw;
    min-height: 240px;
}

.quality .container .picbox .pic2 {
    width: 45.3215%;
    left: 0;
    top: 20.8vw;
}

.quality .container .picbox .pic3 {
    width: 53.9375%;
    right: 0;
    top: 0;
    height: 26.7vw;
    min-height: 360px;
}

.quality .container .picbox .pic4 {
    top: 28vw;
    right: 25.625%;
    width: 28.25%;
}

.quality .container .picbox .pic5 {
    width: 24.8125%;
    top: 28vw;
    right: 0;
}


/* 合作伙伴 */

.indexbrand {
    background: #fff;
}

.indexbrand .container .titledemo {
    padding: 30px 0;
}

.indexbrand img {
    max-width: 100%;
}

.indexbrand {
    padding: 50px 0 80px 0;
}


/* 关于桐鑫达 */

.index-about {
    height: 959px;
    background: url(../images/picture/about/indexaboutbg.jpg) no-repeat center;
    background-size: cover;
    background-position-y: top;
}

.index-about .container .titledemo .title {
    color: #fff;
}

.index-about .container .titledemo .desc {
    color: #fff;
}

.index-about .container .wrap {
    display: flex;
}

.index-about .container .wrap .txt {
    background: #fff;
    min-width: 48%;
    max-width: 50%;
}

.index-about .container .wrap .txt .name {
    font-size: 32px;
    color: #222;
    padding: 52px 0 20px 32px;
    font-weight: bold;
}

.index-about .container .wrap .txt .cont {
    font-size: 16px;
    color: #222;
    line-height: 34px;
    padding: 0 32px 0 32px;
    text-indent: 32px;
}

.index-about .container .wrap .txt .seemore {
    font-size: 16px;
    color: #fff;
    background: #d2ac6b;
    width: 178px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    margin: 18px 0 0 32px;
}

.index-about .container .wrap .picbox {
    width: 50%;
    overflow: hidden;
    min-height: 496px;
    background: #fff;
}

.index-about .container .wrap .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-about .container .numlist {
    display: flex;
    padding: 80px 0 0 0;
}

.index-about .container .numlist .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    position: relative;
}

.index-about .container .numlist .item::after {
    content: '';
    width: 1px;
    height: 110px;
    background: #fff;
    position: absolute;
    right: 10px;
}

.index-about .container .numlist .item img {
    margin: 0 20px 0 0;
}

.index-about .container .numlist .item p {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
}

.index-about .container .numlist .item p sup {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
}


/* 厂房展示 */

.factory {
    background: #d2ac6b;
    padding: 50px 0;
}

.factory .container .list {
    display: flex;
    justify-content: space-between;
}

.factory .container .list .item {
    flex-grow: 1;
    width: calc(100% / 5 - 10px);
    margin: 0 10px 0 0;
}

.factory .container .list .item:last-child {
    margin: 0;
}

.factory .container .list img {
    width: 100%;
}

.factory .container .list .name {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0 0;
    text-align: center;
}


/* 荣誉资质 */

.certifi {
    padding: 0 0 60px 0;
}

.certifi .container .list {
    width: 74%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.certifi .container .list .item {
    border: 1px solid #bebebe;
    width: fit-content;
    width: 96%;
}

.cartifi .container .swiper-slide {
    margin: 0 10px 0 0;
}

.certifi .container .list .item .picbox {
    margin: 2% auto;
    width: 86%;
    height: 18vw;
}

.certifi .container .list .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.certifi .container .list .item .txtbox {
    padding: 30px 0;
    border-top: 1px solid #bebebe;
}

.certifi .container .list .item .txtbox .name {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.certifi .container .list .item .txtbox i {
    display: block;
    width: 57px;
    margin: 12px auto 0;
    height: 5px;
    background: #d2ac6b;
    border-radius: 2.5px;
}

.certifi .swiper-button-next {
    right: -60px;
    color: #fff;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: #d2ac6b;
    border-radius: 50%;
}

.certifi .swiper-button-prev {
    left: -70px;
    color: #fff;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: #d2ac6b;
    border-radius: 50%;
}

.certifi .swiper-button-prev::after {
    transform: scale(0.5);
}

.certifi .swiper-button-next::after {
    transform: scale(0.5);
    margin: 0 0 0 8px;
}

.certifi .swiper-button-disabled {
    background: #848484;
}


/* 首页新闻 */

.index-news {
    padding: 30px 0 120px 0;
    background: #f5f5f5;
}

.index-news .container .wrapper {
    display: flex;
    justify-content: space-between;
}

.index-news .container .wrapper .hots {
    width: 53.2%;
}

.index-news .container .wrapper .hots img {
    width: 100%;
    height: 460px;
}

.index-news .container .wrapper .item {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    padding: 18px 0;
    width: 100%;
}

.index-news .container .wrapper .item .date {
    width: 14.45%;
    border-right: 1px solid #8b8b8b;
}

.index-news .container .wrapper .item .date .day {
    font-size: 41px;
    color: #222;
    display: block;
    text-align: center;
}

.index-news .container .wrapper .item .date .year {
    font-size: 16px;
    color: #222;
    text-align: center;
    display: block;
}

.index-news .container .wrapper .item .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.index-news .container .wrapper .item .cont .title {
    font-size: calc(11px + 0.5vw);
    color: #222;
    margin: 0 0 10px 39px;
}

.index-news .container .wrapper .item .cont .desc {
    font-size: 16px;
    color: #222;
    margin: 0 62px 0 39px;
}

.index-news .container .wrapper .newslist {
    height: 584px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 43.4%;
}


/* 关于我们 */

.aboutus {
    padding: 0 0 60px 0;
}

.aboutus .container .mode1 {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 50px 0;
}

.aboutus .container .mode1 .left {
    width: 58%;
}

.aboutus .container .mode1 .left .cont {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.aboutus .container .mode1 .right {
    width: 38%;
    display: flex;
}

.aboutus .container .mode1 .right .numbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

.aboutus .container .mode1 .right .numbox:first-child::after {
    height: 110px;
    content: '';
    width: 1px;
    background: #dbdbdb;
    right: 10px;
    position: absolute;
    top: 30px;
}

.aboutus .container .mode1 .right .numbox .name {
    font-size: 16px;
    color: #222;
}

.aboutus .container .mode1 .right .numbox .name span {
    font-size: 80px;
    color: #d2ac6b;
}

.aboutus .container .mode1 .right .numbox .name span i {
    font-size: 16px;
    color: #2222;
}

.aboutus .container .mode1 .right .numbox .desc {
    font-size: 16px;
    color: #222;
}

.aboutus .container .mode2 {
    display: flex;
    flex-direction: row;
}

.aboutus .container .mode2 .left {
    width: 58.25%;
    overflow: hidden;
}

.aboutus .container .mode2 .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.aboutus .container .mode2 .right {
    padding: 0 0 0 50px;
    width: 41%;
}

.aboutus .container .mode2 .right .title {
    font-size: 22px;
    color: #222;
    font-weight: bold;
}

.aboutus .container .mode2 .right .cont {
    font-size: 16px;
    color: #666;
    margin: 0 0 16px 0;
    line-height: 32px;
}

.aboutfactory {
    background-image: url(../images/picture/about/aboutbg2.jpg);
    background-color: #f5f5f5;
    background-position-y: top;
    background-repeat: no-repeat;
}

.aboutfactory .container .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.aboutfactory .container .wrap .right {
    width: 38%;
    display: flex;
}

.aboutfactory .container .wrap .right .numbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

.aboutfactory .container .wrap .right .numbox:first-child::after {
    height: 110px;
    content: '';
    width: 1px;
    background: #dbdbdb;
    right: 10px;
    position: absolute;
    top: 30px;
}

.aboutfactory .container .wrap .left {
    font-size: 36px;
    color: #fff;
}

.aboutfactory .container .wrap .right .numbox .name {
    font-size: 16px;
    color: #fff;
}

.aboutfactory .container .wrap .right .numbox .name span {
    font-size: 80px;
    color: #d2ac6b;
}

.aboutfactory .container .wrap .right .numbox .name span i {
    font-size: 16px;
    color: #fff;
}

.aboutfactory .container .wrap .right .numbox .desc {
    font-size: 16px;
    color: #fff;
}

.aboutfactory .container .piclist {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.aboutfactory .container .piclist .item {
    width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0;
    overflow: hidden;
}

.aboutfactory .container .piclist .item:hover img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.aboutfactory .container .piclist .item:nth-child(2n) {
    margin: 0 0 30px;
}

.aboutfactory .container .piclist .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.brand {
    background: #f5f5f5;
    padding: 40px 0 50px 0;
}

.brand .container .brandlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.brand .container .brandlist .branditem {
    width: calc(100% / 5 - 10px);
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.brand .container .brandlist .branditem:hover img {
    transform: scale(1.15);
    transition: all 0.4s;
}

.brand .container .brandlist .branditem:nth-child(5n) {
    margin: 0 0 10px 0;
}

.brand .container .brandlist .branditem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}


/* 联系我们 */

.contactus .container .wrapper {
    display: flex;
    padding: 60px 0 210px;
}

.contactus .container .wrapper .left {
    width: 26.8125%;
    background: #f8f8f8;
    padding: 30px 20px;
    margin: 0 30px 0 0;
}

.contactus .container .wrapper .left p {
    font-size: 16px;
    color: #222;
    padding: 15px 0 15px 30px;
    position: relative;
    border-bottom: 1px dotted #bebebe;
}

.contactus .container .wrapper .left .title {
    font-size: 28px;
    color: #d2ac6b;
    font-weight: bold;
    padding: 15px 0;
}

.contactus .container .wrapper .left .address {}

.contactus .container .wrapper .left .phone {}

.contactus .container .wrapper .left .mobile {}

.contactus .container .wrapper .left .mailbox {}

.contactus .container .wrapper .left .website {}

.contactus .container .wrapper .left button {
    font-size: 16px;
    color: #fff;
    background: #d2ac6b;
    height: 53px;
    text-align: center;
    line-height: 53px;
    width: 100%;
    outline: none;
    border: 0;
    margin: 30px 0;
}

.contactus .container .wrapper .left .wrap {
    display: flex;
    justify-content: space-evenly;
}

.contactus .container .wrapper .left .wrap .qrcodebox {}

.contactus .container .wrapper .left .wrap .qrcodebox .qrcode {
    background: #fff;
    text-align: center;
    padding: 10px;
}

.contactus .container .wrapper .left .wrap .qrcodebox img {}

.contactus .container .wrapper .left .wrap .qrcodebox .name {
    font-size: 16px;
    color: #222;
    border-bottom: 0;
}

.contactus .container .wrapper .right {
    width: 70.25%;
}

.contactus .container .wrapper .right .map {
    width: 100%;
    height: 100%;
}


/* 产品中心列表 */

.procenter .container .prolist {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.procenter .container .prolist .proitem {
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
}

.procenter .container .prolist .proitem:nth-child(4n) {
    margin: 0 0 10px 0;
}

.procenter .container .prolist .proitem .picbox {
    width: 100%;
    overflow: hidden;
    height: 19vw;
    min-height: 230px;
}

.procenter .container .prolist .proitem .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.procenter .container .prolist .proitem .txtbox {
    padding: 10px 0;
}

.procenter .container .prolist .proitem .txtbox .name {
    color: #000;
    font-size: 18px;
    text-align: center;
}


/* 案例中心 */

.casescenter .container .caseslist {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.casescenter .container .caseslist .caseitem {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
}

.casescenter .container .caseslist .caseitem:nth-child(3n) {
    margin: 0 0 10px 0;
}

.casescenter .container .caseslist .caseitem .picbox {
    width: 100%;
    overflow: hidden;
    height: 21.4vw;
    min-height: 240px;
}

.casescenter .container .caseslist .caseitem .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casescenter .container .caseslist .caseitem .txtbox {
    padding: 10px 0;
}

.casescenter .container .caseslist .caseitem .txtbox .name {
    color: #000;
    font-size: 18px;
    text-align: center;
}


/* 产品详情 */

.prodetail .container .wrapper {
    display: flex;
    padding: 120px 0;
    width: 100%;
}

.prodetail .container .wrapper .showpic {
    width: 44.375%;
    overflow: hidden;
}

.prodetail .container .wrapper .showpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prodetail .container .wrapper .pro-info {
    width: 50%;
    padding: 0 0 0 5.1875%;
}

.prodetail .container .wrapper .pro-info .name {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.prodetail .container .wrapper .pro-info .cont {
    font-size: 16px;
    margin: 16px 0;
    color: #666;
}

.prodetail .container .wrapper .pro-info img {
    max-width: 100%;
}


/* 详情内容 */

.pro-content .container .title {
    height: 55px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
}

.pro-content .container .title p {
    font-size: 16px;
    color: #222;
    height: 52px;
    border-bottom: 3px solid #d2ac6b;
    width: 65px;
}

.pro-content .container .content {
    width: 96%;
    margin: 2% 1%;
}

.pro-content .container .content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.pro-content .container .content img {
    max-width: 100%!important;
    margin: 10px auto!important;
    display: block;
}

.hot-pro .container .title {
    height: 55px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
}

.hot-pro .container .title p {
    font-size: 16px;
    color: #222;
    height: 52px;
    border-bottom: 3px solid #d2ac6b;
    width: 100px;
}

.hot-pro .container .hot-pro-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.hot-pro .container .hot-pro-list .proitem {
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
}

.hot-pro .container .hot-pro-list .proitem .picbox {
    width: 100%;
    height: 19.6vw;
    overflow: hidden;
}

.hot-pro .container .hot-pro-list .proitem .picbox:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.hot-pro .container .hot-pro-list .proitem .picbox:nth-child(4n) {
    margin: 0 0 10px 0;
}

.hot-pro .container .hot-pro-list .proitem .picbox img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-pro .container .hot-pro-list .proitem .txtbox {
    text-align: center;
    padding: 10px 0;
}

.hot-pro .container .hot-pro-list .proitem .txtbox .name {
    text-align: center;
    font-size: 20px;
    color: #222;
}


/* 新闻中心 */

.newscenter .container .newslist {
    margin: 30px 0;
}

.newscenter .container .newslist .newsitem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0;
    background: #f4f4f4;
    min-height: 380px;
    align-items: center;
    border: 1px solid #cdcdcd;
}

.newscenter .container .newslist .newsitem:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.newscenter .container .newslist .newsitem:hover .txtbox .name {
    color: #d2ac6b
}

.newscenter .container .newslist .newsitem .picbox {
    width: 45.5625%;
    overflow: hidden;
}

.newscenter .container .newslist .newsitem .picbox img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.newscenter .container .newslist .newsitem:hover .picbox img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.newscenter .container .newslist .newsitem .txtbox {
    width: 45.5625%;
    padding: 30px 20px;
}

.newscenter .container .newslist .newsitem .txtbox .name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0;
}

.newscenter .container .newslist .newsitem .txtbox .date {
    margin: 20px 0;
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newscenter .container .newslist .newsitem .txtbox .cont {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}


/* 新闻详情 */

.newsdetail-show {
    padding: 50px 0;
    background: #f8f8f8;
}

.newsdetail-show .container .detailtitle {
    font-size: 29px;
    color: #333;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}

.newsdetail-show .container .desc {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
}

.newsdetail-show .container .desc .time {
    font-size: 16px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    text-align: left;
    margin: 20px 30px 20px 0;
}

.newsdetail-show .container .desc .read {
    font-size: 16px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    text-align: left;
    ;
}

.newsdetail-show .container .detailcontent {
    padding: 0 30px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.newsdetail-show .container .detailcontent img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.newsdetail-show .container .detailcontent p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    text-indent: 32px;
    margin: 30px 0;
}

.container .prevnext {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #cdcdcd;
    padding: 10px 0 0 0;
}

.container .prevnext .prev,
.next {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .prevnext .next {
    text-align: right;
}

footer .backtotop {
    position: fixed;
    right: 5%;
    bottom: 12%;
    cursor: pointer;
}

footer {
    background: #222;
    padding: 0 0 50px 0;
}

footer .container {
    animation-name: fadeInUp;
    visibility: visible
}

footer .container .top {
    padding: 87px 0 33px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .container .top .btm-nav {
    display: flex;
    justify-content: flex-start;
}

footer .container .top .btm-nav a {
    font-size: 16px;
    color: #fff;
    margin: 0 32px 0 0;
    position: relative;
}

footer .container .top .btm-nav a::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    right: -14px;
    top: 10px;
}

footer .container .top .btm-nav a:last-child::after {
    display: none;
}

footer .container .top .btm-phone {
    color: #fff;
    font-size: 26px;
}

footer .container .top .btm-phone span {
    font-size: 16px;
    color: #848484;
}

footer .container .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 10px 0 30px 0;
    display: block;
}

footer .container .wrap {
    display: flex;
    justify-content: space-between;
}

footer .container .wrap .infobox p {
    font-size: 16px;
    color: rgba(132, 132, 132, 0.7);
    line-height: 32px;
}

footer .container .wrap .infobox p:not(:first-child) {
    display: inline-block;
    margin: 0 20px 0 0;
}

footer .container .wrap .infobox p:last-child {
    display: block;
    margin: 20px 0;
}

footer .container .wrap .info a {
    color: #848484;
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1366px) {
    .quality .container .picbox .pic3 {
        height: 27.7vw;
    }
    .quality .container .picbox .pic4 {
        top: 29vw;
    }
    .quality .container .picbox .pic5 {
        top: 29vw;
    }
    .quality .container .picbox {
        position: relative;
        width: 100%;
        height: 660px;
    }
}

@media screen and (max-width:1280px) {
    header .logobox img {
        /* min-width: 58vw; */
        transition: all 0.4s;
    }
}

@media screen and (max-width:1200px) {
    .quality .container .picbox .pic3 {
        min-height: 350px;
    }
    .quality .container .picbox .pic2 {
        top: 250px;
    }
    .quality .container .picbox .pic4 {
        top: 354px;
    }
    .quality .container .picbox .pic5 {
        top: 354px;
    }
}